Fix cross-references between different manuals
authorGlenn Morris <rgm@gnu.org>
Fri, 17 Feb 2012 07:44:31 +0000 (23:44 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 17 Feb 2012 07:44:31 +0000 (23:44 -0800)
* emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.

* lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
(count-words-in-defun): Fix cross-refs to Emacs manual.

* lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.

* misc/gnus.texi (Posting Styles):
* misc/remember.texi (Org): Fix cross-refs to other manuals.

doc/emacs/ChangeLog
doc/emacs/maintaining.texi
doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi
doc/lispref/ChangeLog
doc/lispref/hooks.texi
doc/misc/ChangeLog
doc/misc/gnus.texi
doc/misc/remember.texi

index 7b13f5a7f4b05eb2f8167cbb48833b825b0b7f18..bfd0cd62c2640450299b5e066f5adad1278d7902 100644 (file)
@@ -1,5 +1,7 @@
 2012-02-17  Glenn Morris  <rgm@gnu.org>
 
+       * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
+
        * ack.texi (Acknowledgments): Mention Gnulib.
 
        * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".
index d2f92bf0da5007a88b793dafc6f2b4135c2a2685..e812c9112df44bbed07307e36ff38f53ec204287 100644 (file)
@@ -725,7 +725,7 @@ call this command from a Dired buffer (@pxref{Dired}).
 
 @ifnottex
 @item M-x vc-ediff
-Like @kbd{C-x v =}, but using Ediff.  @xref{Top, Ediff, ediff, The
+Like @kbd{C-x v =}, but using Ediff.  @xref{Top,, Ediff, ediff, The
 Ediff Manual}.
 @end ifnottex
 
@@ -777,7 +777,7 @@ current VC fileset.
 @ifnottex
 @findex vc-ediff
   @kbd{M-x vc-ediff} works like @kbd{C-x v =}, except that it uses an
-Ediff session.  @xref{Top, Ediff, ediff, The Ediff Manual}.
+Ediff session.  @xref{Top,, Ediff, ediff, The Ediff Manual}.
 @end ifnottex
 
 @findex vc-root-diff
index bf08571f6fb7dd6327732b728b28aeaeee6d92ff..f3a95ab85ffaa2b8d5fab26b0aad679c60cbdf17 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-17  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
+       (count-words-in-defun): Fix cross-refs to Emacs manual.
+
 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
 
        * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
index a72fd253bc82725b7596845e99befd1833481227..ae1e2bf0b6d057b63088f52d6edd94a415246f3b 100644 (file)
@@ -13972,10 +13972,9 @@ this is:
 
 @noindent
 The buffer's syntax table determines which characters are and are not
-word constituents.  (@xref{Syntax, , What Constitutes a Word or
-Symbol?}, for more about syntax.  Also, see @ref{Syntax, Syntax, The
-Syntax Table, emacs, The GNU Emacs Manual}, and @ref{Syntax Tables, ,
-Syntax Tables, elisp, The GNU Emacs Lisp Reference Manual}.)
+word constituents.  For more information about syntax,
+@pxref{Syntax Tables, , Syntax Tables, elisp, The GNU Emacs Lisp
+Reference Manual}.
 
 @need 800
 The search expression looks like this:
@@ -14836,8 +14835,7 @@ constituent} characters.  Word constituent characters are members of
 one syntax category.  Other syntax categories include the class of
 punctuation characters, such as the period and the comma, and the
 class of whitespace characters, such as the blank space and the tab
-character.  (For more information, see @ref{Syntax, Syntax, The Syntax
-Table, emacs, The GNU Emacs Manual}, and @ref{Syntax Tables, , Syntax
+character.  (For more information, @pxref{Syntax Tables, , Syntax
 Tables, elisp, The GNU Emacs Lisp Reference Manual}.)
 
 Syntax tables specify which characters belong to which categories.
@@ -15007,7 +15005,7 @@ word and symbol by symbol, and another expression that counts the
 jumps.  The true-or-false-test for the @code{while} loop should test
 true so long as point should jump forward, and false when point is at
 the end of the definition.  We have already redefined the regular
-expression for this (@pxref{Syntax}), so the loop is straightforward:
+expression for this, so the loop is straightforward:
 
 @smallexample
 @group
index 41831b0dc0567e9846cd384ee13e2ccb76421d30..2885dc8fad09268ebc2632cc20c1bd4c3bc6f701 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-17  Glenn Morris  <rgm@gnu.org>
+
+       * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
+
 2012-02-16  Chong Yidong  <cyd@gnu.org>
 
        * syntax.texi (Syntax Tables, Syntax Descriptors)
index ef3ebc4be3523df2605391d10a42f1b200776301..551d91415744291c5fa9e099025cb688ecaf8cfc 100644 (file)
@@ -275,8 +275,7 @@ for appointment notification.
 @item lisp-indent-function
 
 @item mail-setup-hook
-@xref{Mail Mode Misc,, Mail Mode Miscellany, emacs, the GNU Emacs
-Manual}.
+@xref{Mail Misc,, Mail Miscellany, emacs, the GNU Emacs Manual}.
 
 @item menu-bar-update-hook
 @xref{Menu Bar}.
index fea8269fb67ac93c8bf00f9dddc07e08323523e9..a3f47183680fdedd66ad323cb68c62aa0d95ac1f 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-17  Glenn Morris  <rgm@gnu.org>
+
+       * gnus.texi (Posting Styles):
+       * remember.texi (Org): Fix cross-refs to other manuals.
+
 2012-02-15  Glenn Morris  <rgm@gnu.org>
 
        * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.
index c149ddfcf0f336d8a76910f3932324bc1eb485ad..ae2c5dbd0929dabd9a3d37dc229ed48284c52413 100644 (file)
@@ -12763,8 +12763,8 @@ from date id references chars lines xref extra.
 In the case of a string value, if the @code{match} is a regular
 expression, a @samp{gnus-match-substitute-replacement} is proceed on
 the value to replace the positional parameters @samp{\@var{n}} by the
-corresponding parenthetical matches (see @xref{Replacing the Text that
-Matched, , Text Replacement, elisp, The Emacs Lisp Reference Manual}.)
+corresponding parenthetical matches (see @xref{Replacing Match,,
+Replacing the Text that Matched, elisp, The Emacs Lisp Reference Manual}.)
 
 @vindex message-reply-headers
 
index a04ba53443dcdde9518c438fc7e66c30cb1f051f..1dd7d1b615393ad7eb6028a6c83110e6e69a4706 100644 (file)
@@ -389,8 +389,15 @@ The default priority for remembered mail messages.
 @section Saving to an Org Mode file
 @cindex org mode, integration
 
+@ignore
+From org.texi:
+Up to version 6.36 Org used a special setup
+for @file{remember.el}.  @file{org-remember.el} is still part of Org mode for
+backward compatibility with existing setups.  You can find the documentation
+for org-remember at @url{http://orgmode.org/org-remember.pdf}.
+@end ignore
 For instructions on how to integrate Remember with Org Mode,
-consult @ref{Remember, , , org}.
+consult @ref{Capture, , , org}.
 
 @node GNU Free Documentation License, Concept Index, Backends, Top
 @appendix GNU Free Documentation License